Select year(cout), month(cout), count(*) from inraw where title like '%pregnan%' and cout > '2006-01-01' and cout < '2012-01-01' group by month(cout), year(cout) order by year(cout), month(cout); 
2006,1,395
2006,2,381
2006,3,381
2006,4,264
2006,5,381
2006,6,330
2006,7,358
2006,8,361
2006,9,351
2006,10,369
2006,11,284
2006,12,235
2007,1,262
2007,2,387
2007,3,474
2007,4,378
2007,5,394
2007,6,427
2007,7,463
2007,8,451
2007,9,349
2007,10,395
2007,11,416
2007,12,430
2008,1,602
2008,2,446
2008,3,510
2008,4,556
2008,5,510
2008,6,524
2008,7,561
2008,8,593
2008,9,482
2008,10,614
2008,11,564
2008,12,564
2009,1,750
2009,2,586
2009,3,644
2009,4,614
2009,5,654
2009,6,471
2009,7,562
2009,8,589
2009,9,338
2009,10,630
2009,11,604
2009,12,583
2010,1,639
2010,2,490
2010,3,642
2010,4,538
2010,5,502
2010,6,510
2010,7,504
2010,8,588
2010,9,454
2010,10,545
2010,11,435
2010,12,507
2011,1,632
2011,2,459
2011,3,550
2011,4,430
2011,5,432
2011,6,350
2011,7,313
2011,8,264
2011,9,168
2011,10,235
2011,11,179
2011,12,66
